home *** CD-ROM | disk | FTP | other *** search
- Path: news.sfu.ca!rschiema
- From: rschiema@news.sfu.ca (Ryan Bradley Schieman)
- Newsgroups: comp.lang.c++
- Subject: Help defining (using) two parameters of a function call.
- Date: 2 Feb 1996 23:50:04 GMT
- Organization: Simon Fraser University
- Message-ID: <4eu7vc$qlo@morgoth.sfu.ca>
- NNTP-Posting-Host: fraser.sfu.ca
- X-Newsreader: NN version 6.5.0 #5 (NOV)
-
-
- Help!! I am making a call to an FTP.dll (am using BC++ and WFW3.11). I am
- just trying to log on to a site but can't seem to get the parameters straight.
-
-
- The call is FtpLogin(LPSTR szHost,LPSTR szUser,LPSTR szPass,
- HWND hWnd, WMSG wMsg)
-
- I have figured out the first three parameters but the last to confuse me.
-
- The API says hWnd is the handler of the windows to which the message is to
- be posted.
-
- And wMsg is the application-defined message to be posted to the application.
-
- Now how do I find out what parameters go in these two spots?
-
- (In the .h file the call is:
- int PASCAL FAR FtpLogin (the first 3 are the same,HWND hParentWnd,
- UINT wMsg)
- )
-
- I haven't programmed in C++ very much and this is the first time programming
- in Windows so any help would be great.
-
- Thanks,
- Ryan
- e-mail: rschiema@sfu.ca
-
-
-